.fullSlide{
	width: 100%;
	height: 497px;
	background: #000;
	position: relative;
}
.fullSlide .bd{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.fullSlide .bd ul{
	width: 100% !important;
	height: 460px;
	position: relative;
}
.fullSlide .bd ul li{
	width: 100% !important;
	height: 497px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.fullSlide .hd{
	/*background: url(../images/touming.png) repeat-x;*/
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.fullSlide .hd ul{
	text-align: center;
	padding-top: 5px;
}
.fullSlide .hd ul li{
	width: 8px;
	height: 8px;
	display: inline-block;
	line-height: 9999px;
	margin: 5px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/tg_flash_p.png) repeat scroll -18px 0;
}
.fullSlide .hd ul .on{
	background-position: 0 0;
}
